Accusoft.ImagXpress13.ActiveX
Load Image using Call Back

To enable image loading through a call back event:

  1. Call LoadCB method to initiate a user load. 
  2. ImagXpress® generates a CB event with value CBID_Open. This notifies the user to open data sources and do memory allocation/initialization.
  3. Once user supplies data sources, ImagXpress generates a CB event with value CBID_Read. This indicates the de-compressor is requesting more data. The user supplies this data through the WriteCBData and WriteCBDataPtr methods.
  4. When decompression is complete, ImagXpress generates a CB Event with value CBID_CLOSE. This notifies the user to perform any clean-up such as file closing, etc.
See Also

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback